home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / multimed / falafel / falafel-king_eng.exe / scripts / DefineButton2_63 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-07-22  |  185 b   |  10 lines

  1. on(press){
  2.    if(_root.pitaIsFull == false or _root.achmedIsOut == true)
  3.    {
  4.       if(_root.pauseMode == false)
  5.       {
  6.          _root.showIcon(_root.no_pita);
  7.       }
  8.    }
  9. }
  10.